home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / formats / iff / newiff.lzh / NewIFF / NewIFF.lzh / newiff / iffp / amiga.h < prev    next >
C/C++ Source or Header  |  1992-05-18  |  661b  |  36 lines

  1. /* IFF application include files
  2.  */
  3.  
  4. #ifndef  AMIGA_H
  5. #define  AMIGA_H
  6.  
  7. #include <exec/types.h>
  8. #include <exec/memory.h>
  9. #include <exec/libraries.h>
  10.  
  11. #include <libraries/dos.h>
  12.  
  13. #include <intuition/intuition.h>
  14. #include <intuition/screens.h>
  15.  
  16. #include <graphics/view.h>
  17. #include <graphics/displayinfo.h>
  18. #include <graphics/videocontrol.h>
  19. #include <graphics/gfxmacros.h>
  20.  
  21. #include <libraries/iffparse.h>
  22.  
  23. #include <clib/exec_protos.h>
  24. #include <clib/dos_protos.h>
  25. #include <clib/intuition_protos.h>
  26. #include <clib/graphics_protos.h>
  27. #include <clib/iffparse_protos.h>
  28.  
  29. #include <stdlib.h>
  30. #include <stdio.h>
  31. #include <string.h>
  32.  
  33. #include "iffp/debug.h"
  34.  
  35. #endif
  36.